home *** CD-ROM | disk | FTP | other *** search
/ CDUTIL 13 / CDUTIL #13 Julio 1995.iso / windows / xpress / quark.inf < prev    next >
Encoding:
INI File  |  1996-02-25  |  42.5 KB  |  991 lines

  1. ;
  2. ; quark.inf - Installer customizing file.
  3. ;
  4. ; Copyright (c) 1994, Quark, Inc.
  5. ; All Rights Reserved
  6. ;
  7. ; $Log:   M:\locvcs\spanish\quark.inv  $
  8.    
  9.       Rev 1.2   18 Feb 1994 11:05:38   DLP
  10.    lots of Lee's cute little changes; update strings finalized
  11.  
  12. ; About This File
  13. ; ===============
  14. ;
  15. ;** Please do NOT localize any strings that are not inside double quotes (") **
  16. ;           
  17. ; The information in this file determines
  18. ;
  19. ;   * All dialog strings.
  20. ;   * The names of the disks and directories from which, and to which, Install
  21. ;     copies files
  22. ;
  23. ;   * The name of the group that Install creates in Program Manager's window, and the
  24. ;     names of program items that Install adds to that group
  25. ;
  26. ; You can create your own Install program by changing some of the information
  27. ; in this file.
  28. ;
  29. ; The Parts of QUARK.INF
  30. ; -------------------------
  31. ;
  32. ; QUARK.INF is similar in format to a Windows initialization (.INI) file.
  33. ;
  34. ; Sections: QUARK.INF is divided into sections. Each section is identified
  35. ;           by an alphanumeric name enclosed in square brackets.
  36. ;
  37. ;           Most section names are "hard-coded": Install is written to search for
  38. ;           in QUARK.INF for that specific section name. However, some section
  39. ;           names are defined within other sections, and are therefore easily 
  40. ;           customizable.
  41. ;
  42. ; Comments: A comment begins with a semicolon. You can include a comment 
  43. ;           on the same line as syntax, as long as it comes after the syntax.
  44. ; Spaces:   Spaces are ignored, except when between double quotes.
  45. ;           Blank lines are also ignored.
  46. ;
  47. ; Special
  48. ;  Chars:   The ampersand (&) is a special character to Windows. In
  49. ;           those strings that appear in dialog boxes, the ampersand
  50. ;           transformed into an accelerator (an underscore below the
  51. ;           following character).
  52. ;
  53. ;           Special non-"non printable" characters (e.g.: return, formfeed, (c),
  54. ;           etc.) can be obtained by using C-style escapes (i.e.:
  55. ;           \n, \f, \256 (octal) [or \xAE (hex)] for the previous examples).
  56. ;
  57. ;           NOTE: All text strings *must* be entered on a single line. You can
  58. ;           format the text into multiple lines by inserting '\n' whereever
  59. ;           you want a line to break, but text strings in this file must typed
  60. ;           as one entire line.
  61. ;
  62. ; Sections in This File
  63. ; ---------------------
  64. ; The rest of this file contains the actual sections and statements
  65. ; that make up the working file. It also includes comments that 
  66. ; explain each section and statement.
  67. ;
  68.  
  69.  
  70. [version]
  71. ; patch lvl, stage, minor rev, prodid/major rev
  72. ;   stage codes:
  73. ;   0x20 development
  74. ;   0x40 alpha
  75. ;   0x60 beta
  76. ;   0x70 gamma
  77. ;   0x80 release
  78. ;
  79. ; ie - 0x00801133 is windows 3.11r0
  80.   instver = 0x00803033
  81. ; <major rev>.<minor rev>.<minor rev><stage>
  82.   regver = "3.30.0"
  83. ; major rev, minor rev, stage, 0x00
  84.   prodver = 0x03308000
  85.   prodid = 3
  86.  
  87. [data]
  88. ; The [data] section includes misc. information about the
  89. ; location application.
  90.   name          = "QuarkXPress for Windows"
  91. ;do not localize
  92.   regfile       = xpress.reg
  93.  
  94. [message]
  95.   changed = "Si cambia esta ruta de acceso, tendrß que importar de nuevo para los documentos de QuarkXPress afectados todas las imßgenes asociadas. ┐Desea hacer esto?"
  96.   complete = "Instalaci≤n completada."
  97.   badexecfiles = "Se ha producido un error al ejecutarse los ficheros de accesorio."
  98.   
  99. [message.update]
  100.   badserialnum = "El n·mero de serie de este disco de actualizaci≤n no coincide con el n·mero de serie especificado de QuarkXPress. Si hace clic sobre OK se actualizarß la aplicaci≤n de QuarkXPress seleccionada y el n·mero de serie cambiarß de %lu a %lu."
  101.   noversinfo = "Imposible encontrar la informaci≤n sobre la versi≤n de este fichero. Aseg·rese de haber seleccionado el directorio correcto."
  102.   oldvers = "Estß tratando de actualizar una versi≤n del fichero que es mßs reciente (!)."
  103.   nonretail = "No puede actualizar una versi≤n del fichero que no era comercializable."
  104.   damaged = "La versi≤n que usted quiere actualizar estß da±ada."
  105.   noncompat = "La versi≤n instalada es incompatible con la versi≤n para actualizar; la actualizaci≤n es imposible."
  106.   fail = "El programa no ha sido actualizado."
  107.   succ = "El programa ha sido actualizado satisfactoriamente."
  108.  
  109.  
  110. [strings]
  111.   yes = "Sφ"
  112.   no = "No"
  113.   notpresent = "No se encuentra"
  114.  
  115. [strings.cpu]
  116.   80286 = "80286"
  117.   80386 = "80386 o compatible"
  118.   80486 = "i486"
  119.   unknown = "Desconocido"
  120.  
  121. [strings.winmode]
  122.   standard = "Estßndar"
  123.   enhanced = "Ampliado"
  124.   
  125. [strings.datefmts]
  126.   "(mm%sdd%saa)"
  127.   "(dd%smm%saa)"
  128.   "(aa%smm%sdd)"
  129.   "(mm%saa%sdd)"
  130.   "(dd%saa%smm)"
  131.   "(aa%sdd%smm)"
  132.  
  133. ;
  134. ; This section contains the scrips for the order of the dialogs shown for
  135. ;   different configurations.  The first argument is the dialog name,
  136. ;   the second is the offset into the WAP table for that dialog.  If there
  137. ;   is only one argument, it is interpreted as a link to another dialoglist.
  138. ;
  139. ;
  140.  
  141. [dialoglist.reg]
  142.   DLG_SPLASH,1
  143.   DLG_PRODREGINFO,2
  144.   DLG_PRODREGADDR,3
  145.   DLG_IMPORTANTADDR,4
  146.   DLG_PRODREGDEALER,5
  147.   DLG_SYSINFO1,6
  148.   DLG_USERINFO2,9
  149.   DLG_SYSENV,10
  150.   DLG_THANKS,0
  151.   dialoglist.firstinst
  152.  
  153. [dialoglist.subsequentinst]
  154.   DLG_START,0
  155.   dialoglist.firstinst
  156.  
  157. [dialoglist.firstinst]
  158.   DLG_INSTALLDIR,11
  159.   DLG_PROGRESS,12
  160.   DLG_SYSSTUFF,13
  161.  
  162. [dialog]
  163. ; The [dialog] section contains information pertaining to Install's dialog box. 
  164. ;
  165. ; The Caption statement determines the text that appears in the title bar 
  166. ; of Install's dialog box. 
  167. ;
  168. ; The following Caption statement specifies the caption "Demo App Installation".
  169. ; To specify your own caption, replace the text "Demo App Installation" with the 
  170. ; title you want (enclosed in double quotes).
  171.  
  172.   caption = "Instalador de QuarkXPress para Windows"
  173.   continue = "&Continuar"
  174.   next = "&Siguiente"
  175.   abortinstall = "Cancelar ins&talaci≤n"
  176.   ok = "OK"
  177.   cancel = "Cancelar"
  178.   install = "&Instalar"
  179.   abortreg = "&Cancelar instalaci≤n"
  180.   quit = "Sa&lir"  
  181.   proceed = "Continuar ->"
  182.   goback = "Atrßs <-"
  183.   stop = "Interrumpir"
  184.  
  185. [dialog.exit]
  186.   msg = "A·n no se ha completado la instalaci≤n de la aplicaci≤n. ┐Estß seguro de que quiere interrupirla?"
  187.  
  188. [dialog.splash]
  189.   para1 = "Bienvenido al programa Instalador de QuarkXPress para Windows y al programa de Registro. Este programa instalarß QuarkXPress y crearß su fichero de registro del usuario."
  190.   para2 = "Al completar el procedimiento de instalaci≤n/registro, usted se habrß comprometido a aceptar los tΘrminos del Acuerdo de Garantφa Limitada y Licencia de Software de QuarkXPress incluido en el paquete de los disquetes."
  191.   para3 = "El bot≤n Copiar registro es para aquellos usuarios que hayan adquirido varias copias de QuarkXPress. Haga clic sobre este bot≤n para utilizar los datos que haya introducido en un Disco de Registro del Usuario creado con anterioridad."
  192.   copyreg = "&Copiar registro"
  193.   copyright = "\251 1989-1994 Quark, Inc.\nReservados todos los derechos\nPatente en trßmite en E.E.U.U., Quark Inc."
  194.  
  195.  
  196. ;For list comboboxes (those beginning with [combo*]):  If no number is given,
  197. ;the first entry becomes the default (selected). The combo box is not sorted,
  198. ;so the entries will appear as you list them.
  199.  
  200. [dialog.reginfo]
  201.   title = "Por favor, introduzca la informaci≤n de registro.  Si le hace falta el n·mero de serie, podrß encontrarlo en la etiqueta del Disco de Registro del Usuario."
  202.   serialnumber = "&N·mero de serie:","%1[W]%1[XPFD]%8[0-9]","N·mero de serie no vßlido. Introduzca el n·mero de serie completo tal y como aparece en el Disco de Registro del Usuario."
  203.   purchasedate = "&Fecha de compra de QuarkXPress %s:","%2[0-9]%1c%2[0-9]%1c%2[0-9]","La fecha que ha introducido no es vßlida. Aseg·rese de utilizar el formato de fecha especificado."
  204.   msgdateafterpresent = "La fecha que ha introducido es posterior a la fecha de hoy."
  205.  
  206. [dialog.regaddr]
  207.   title = "Rellene la direcci≤n de su empresa."
  208.   nametitle = "&Title:"
  209.   lastname = "&Apellido","%2[^ ]%*[- ]%*s","Introduzca su apellido."
  210.   firstname = "&Nombre","%1[^ ]%*[- ]%*s","Introduzca su nombre."
  211.   company = "&Empresa:","%2[^ ]%*[^]","Introduzca el nombre completo de su empresa."
  212.   mi = "M.I.:"
  213.   addr = "&Direcci≤n:","%s%s%*[^]","Introduzca su direcci≤n completa."
  214.   state = "&Provincia:","%2[A-Z]","Introduzca el nombre de su provincia."
  215.   city = "C&iudad:","%2c%*[^]","Introduzca el nombre de la ciudad donde reside."
  216.     
  217.   zip = "&C≤digo postal:","%5[0-9]%*[- ]%*4[0-9]","Introduzca su c≤digo postal de cinco dφgitos."
  218.   country = "&Paφs:",,"Seleccione el nombre de su paφs."
  219.   phone = "Prefijo/&TelΘfono:","%*[ (]%1[0-9]%1[0-9]%1[0-9]%*[) -.]%1[0-9]%1[0-9]%1[0-9]%*[- .]%1[0-9]%1[0-9]%1[0-9]%1[0-9]%*[ x]%*5[0-9]","Introduzca su n·mero de telΘfono de nueve dφgitos, incluyendo el prefijo."
  220.   fax = "&Fax:","%*[ (]%1[0-9]%1[0-9]%1[0-9]%*[) -.]%1[0-9]%1[0-9]%1[0-9]%*[- .]%1[0-9]%1[0-9]%1[0-9]%1[0-9]%*[ x]%*5[0-9]","Introduzca su n·mero de fax de nueve dφgitos, incluyendo el prefijo."
  221.  
  222. [intl.dialog.regaddr]
  223.   nametitle = ""
  224.   mi = ""
  225.   state = "P&rovincia:","%2c%*[^]","Introduzca el nombre de su provincia."
  226.   zip = "&C≤digo postal:"
  227.   country = "&Paφs:",,"Seleccione el nombre de su paφs."
  228.   phone = "&TelΘfono","%21[0-9 .x()-]","Introduzca su n·mero de telΘfono internacional completo."
  229.   fax = "&Fax","%21[0-9 .x()-]","Introduzca su n·mero de fax internacional completo."
  230.  
  231. [combo.dialog.regaddr.nametitle]
  232. ""
  233. "Dr."
  234. "Miss"
  235. "Mr."
  236. "Mrs."
  237. "Ms."
  238.  
  239. [combo.intl.dialog.regaddr.nametitle]
  240. ""
  241. "Sr."
  242. "Srta."
  243. "Sra."
  244. "Dr."
  245.  
  246. [combo.dialog.regaddr.country]
  247. "Canada"
  248. "United States"
  249.  
  250. [combo.intl.dialog.regaddr.country]
  251. "Alemania"
  252. "Australia"
  253. "Austria"
  254. "BΘlgica"
  255. "Canadß"
  256. "Corea"
  257. "Dinamarca"
  258. "Eslovaquia"
  259. "EE.UU."
  260. "Espa±a"
  261. "Finlandia"
  262. "Francia"
  263. "Gran Breta±a"
  264. "Grecia"
  265. "Holanda"
  266. "Hong Kong"
  267. "Hungrφa"
  268. "Islandia"
  269. "Irlanda"
  270. "Italia"
  271. "Jap≤n"
  272. "Luxemburgo"
  273. "Malasia"
  274. "Nueva Zelanda"
  275. "Noruega"
  276. "Paφses Bajos"
  277. "Portugal"
  278. "Rep·blica de Sudßfrica"
  279. "Singapur"
  280. "Suecia"
  281. "Suiza"
  282. "Turquφa"
  283.  
  284. [dialog.regaddrimportant]
  285.   important = "IMPORTANTE"
  286.   para1 = "Asφ saldrß su direcci≤n para correspondencia:"
  287.   para2 = "Si esta informaci≤n no es correcta, haga clic sobre el bot≤n \x22Atrßs\x22 para corregir la informaci≤n correspondiente a su direcci≤n."
  288.  
  289. [dialog.regdealer]
  290.   title = "Introduzca la siguiente informaci≤n acerca de su comerciante de QuarkXPress."
  291.   name = "Nom&bre del comerciante de QuarkXPress:","%2c%s%*[^]","Introduzca el nombre del comerciante a quien adquiri≤ QuarkXPress."
  292.   city = "&Ciudad y provincia del comerciante:","%s%s%*999c","Introduzca la direcci≤n del comerciante a quien adquiri≤ QuarkXPress, incluyendo la ciudad y provincia."
  293.  
  294. [intl.dialog.regdealer]
  295.   city = "&Ciudad y provincia del comerciante:","%s%s%*999c","Introduzca la direcci≤n del comerciante a quien adquiri≤ QuarkXPress, incluyendo la ciudad y provincia."
  296.  
  297. [dialog.sysinfo1]
  298.   title = "Informaci≤n acerca del sistema"
  299.   numberofcomputers = "N·mero de ordenadores:"
  300.   numpcs = "&PC:"
  301.   nummacs = "&Mac:"
  302.   nettype = "&Tipo de red:"
  303.   netsoftware = "Software de &red:"
  304.   cdrom = "Sφ, tengo acceso a una unidad CD-ROM."
  305.   applications = "┐QuΘ aplicaciones PC utiliza? (seleccione todas las que correspondan)"
  306.   otherapplications = "┐QuΘ otras &aplicaciones PC utiliza?"
  307.  
  308. [combo.dialog.sysinfo1.numpcs]
  309. "1"
  310. "2"
  311. "3-5"
  312. "6-10"
  313. "11-20"
  314. "21-100"
  315. "101-500"
  316. "501+"
  317.  
  318. [combo.dialog.sysinfo1.nummacs]
  319. "0"
  320. "1"
  321. "2"
  322. "3-5"
  323. "6-10"
  324. "11-20"
  325. "21-100"
  326. "101-500"
  327. "501+"
  328.  
  329. [listbox.dialog.sysinfo1.applications]
  330. "Adobe Illustrator"
  331. "Adobe Photoshop"
  332. "Aldus FreeHand"
  333. "Aldus IntelliDraw"
  334. "Aldus PageMaker"
  335. "Deneba Canvas"
  336. "Claris MacWrite"
  337. "Claris MacDraw Pro"
  338. "EfiCachet"
  339. "Microsoft Write"
  340. "Nisus"
  341. "WriteNow"
  342. "WordPerfect"
  343.  
  344. [dialog.sysinfo2]
  345. title = "Esta informaci≤n ayudarß a nuestro Soporte TΘcnico a atenderle."
  346. printers = "Impresoras &PostScript: (seleccione todas las que correspondan)"
  347. otherprinters = "&Otras impresoras:"
  348. scanner = "&Escßner:"
  349. otherscanners = "Otros &escßners:"
  350.  
  351. [listbox.dialog.sysinfo2.printers]
  352. "AGFA"
  353. "Apple Computer"
  354. "Brother"
  355. "Canon"
  356. "Hewlett-Packard"
  357. "I.B.M."
  358. "Linotronic"
  359. "NEC"
  360. "Oc\xE9"
  361. "Okidata"
  362. "QMS"
  363. "Texas Instruments"
  364.  
  365. [listbox.dialog.sysinfo2.scanners]
  366. "Ninguno"
  367. "Abaton"
  368. "Apple"
  369. "Barneyscan"
  370. "Crosfield"
  371. "Datacopy"
  372. "Dest"
  373. "Hewlett-Packard"
  374. "Howtek"
  375. "Microtek"
  376. "New Image Tech"
  377. "Scitex"
  378. "Sharp"
  379. "Thunderware"
  380. "Truevel"
  381.  
  382. [combo.dialog.sysinfo1.nettype]
  383. "Ninguno"
  384. "Arcnet"
  385. "PhoneNet"
  386. "Ethernet"
  387. "EtherTalk"
  388. "LocalTalk"
  389. "Token Ring"
  390. "Otros:"
  391.  
  392. [combo.dialog.sysinfo1.netsoftware]
  393. "Ninguno"
  394. "AppleShare"
  395. "Banyan Vines"
  396. "LAN Manager"
  397. "LANtastic"
  398. "Novell"
  399. "Tops"
  400. "Otros:"
  401.  
  402.  
  403. [dialog.userinfoinfo]
  404.   para1 = "A fin de satisfacer mejor las necesidades de nuestros clientes, nos gustarφa saber mßs sobre c≤mo utiliza QuarkXPress."
  405.  
  406. [dialog.userinfo1]
  407.   title = "Sondeo de informaci≤n del usuario"
  408.   learn = "┐C≤mo &lleg≤ a conocer QuarkXPress?"
  409.   publications = "┐QuΘ publi&caciones profesionales lee? (seleccione todas las que correspondan)"
  410.   otherpublications = "&Otras:"
  411.  
  412. [combo.dialog.userinfo1.learn]
  413. "Comerciante"
  414. "Computer World"
  415. "Convenci≤n"
  416. "Creative"
  417. "Otro usuario"
  418. "PC Actual"
  419. "PC Magazine"
  420. "PC Week"
  421. "PC World"
  422. "Publish"
  423. "Taller de fotocomposici≤n"
  424. "Visual"
  425.  
  426. [listbox.dialog.userinfo1.publications]
  427. "Creative"
  428. "Computer World"
  429. "PC Actual"
  430. "PC Magazine"
  431. "PC Week"
  432. "PC World"
  433. "Publish"
  434. "Visual"
  435.  
  436. [dialog.userinfo2]
  437.   title = "Sondeo de informaci≤n del usuario"
  438.   business = "┐Cußl es s&u principal actividad empresarial?"
  439.   otherbusiness = "&Otras:"
  440.   create = "┐QuΘ &publicaciones crea con QuarkXPress? (seleccione todas las que correspondan)"
  441.   othercreate = "&Otras:"
  442.   comments = "Co&mentarios:"
  443.  
  444. [combo.dialog.userinfo2.business]
  445. "Editor de peri≤dicos"
  446. "Editorial de libros"
  447. "Editorial de catßlogos"
  448. "Editorial de revistas"
  449. "Agencia de publicidad"
  450. "Artes grßficas"
  451. "Taller de fotocomposici≤n"
  452. "Relacionado con la informßtica"
  453. "Otros:"
  454.  
  455. [listbox.dialog.userinfo2.create]
  456. "Anuncios"
  457. "Boletines"
  458. "Catßlogos"
  459. "Folletos"
  460. "Libros"
  461. "Memorias"
  462. "Peri≤dicos"
  463. "Revistas"
  464.  
  465. [dialog.sysenv]
  466.   title = "Se han recogido los siguientes datos acerca de su ordenador. Dicha informaci≤n serß utilizada por el Soporte TΘcnico de Quark y para ayudarnos en el desarrollo de futuros productos."
  467.   formatstring = "Procesador: %s\r\nFPU: %s\r\nTeclado: %s (type #%d)\r\nVersi≤n de DOS: %d.%d\r\nVersi≤n de Windows: %d.%d\r\nModo de Windows: %s\r\nVersi≤n ATM: %s\r\nTrue Type disponible: %s\r\nUnidad de discos de mayor capacidad: %dKB\r\nMemoria libre: %ldKB\r\n\r\nInformaci≤n del monitor:\r\n  Dimensiones: %d x %d (pixeles), %d colores posibles\r\n  PPP: %d x %d\r\n  Tama±o de las paletas en el modo vφdeo: %d\r\n  Controlador: %s (%s)\r\n\r\nControlador de impresora: %s"
  468.  
  469. [dialog.thanks]
  470.   para1     = "Gracias por utilizar el registro electr≤nico de Quark. Por favor, utilice el sobre adjunto con porte prepagado para enviarnos cuanto antes su Disco de Registro del Usuario. Aseg·rese de incluir en el disco su nombre telΘfono y paφs de telΘfono."
  471.   para2     = "A fin de gozar de los beneficios de la garantφa limitada de 90 dφas y del plan de servicio de 90 dφas, asφ como de satisfacer los requisitos para las ofertas futuras de nuevas versiones, deberß devolvernos el Disco de Registro del Usuario, y la Licencia de Software y el Acuerdo de Garantφa Limitada firmado."
  472.  
  473. [dongle.dialog.thanks]
  474.   para1 = "Gracias por utilizar el registro electr≤nico de Quark. Por favor, utilice el sobre adjunto con porte prepagado para enviarnos cuanto antes su disco de Registro del usuario. Aseg·rese de incluir en el disco su nombre telΘfono y paφs de telΘfono."
  475.   para2 = "Ahora puede instalar la llave de hardware. Encontrarß instrucciones en el apartado sobre c≤mo instalar la tarjeta de la llave de hardware en el folleto \x22Guφa de introducci≤n\x22."
  476.  
  477. ; *** Start of actual installation ***
  478.  
  479. [dialog.start]
  480.   para = "Para empezar la instalaci≤n de QuarkXPress y copiar los ficheros auxiliares, haga clic sobre OK. Se le pedirß especificar una unidad y un directorio para la aplicaci≤n QuarkXPress y los ficheros auxiliares."
  481. [update.dialog.start]
  482.   para = "Para empezar a actualizar su versi≤n actual de QuarkXPress junto con los ficheros auxiliares, haga clic sobre Continuar. Se le pedirß especificar la unidad y el directorio correspondientes a la copia de QuarkXPress y los ficheros auxiliares que desea actualizar."
  483. [demo.dialog.start]
  484.   para = "Para empezar la instalaci≤n de la versi≤n de demostraci≤n de QuarkXPress y copiar los ficheros auxiliares, haga clic sobre OK. Se le pedirß especificar una unidad y un directorio para la aplicaci≤n QuarkXPress y los ficheros auxiliares."
  485.  
  486. [dialog.installdir]
  487.   para      = "Por favor, introduzca el directorio en el cual desea instalar QuarkXPress."
  488.   customize = "&Personalizar..."
  489.   installserver = "&Copiar ficheros al servidor"
  490. [demo.dialog.installdir]
  491.   para = "Introduzca el directorio donde desea instalar la versi≤n de demostraci≤n de QuarkXPress."
  492.  
  493. [update.dialog.installdir]
  494.   para = "Introduzca el directorio donde se encuentra el QuarkXPress que usted desea actualizar."
  495.  
  496. [dialog.customize]
  497.   caption             = "Seleccionar los elementos a instalar"
  498.   section             = "&Elementos:"
  499.   path                = "&Ruta de acceso:"
  500.   install             = "&Instalar elemento resaltado"
  501.   update              = "&Actualizar elemento resaltado"
  502.   delete              = "S&uprimir elemento resaltado (í!)"
  503.   reinstall           = "&Reinstalar elemento resaltado"
  504.   disabled_subsection = "Sin detalles"
  505.   view_subsection     = "Ver &detalles"
  506.   hide_subsection     = "Esconder &detalles"
  507.   browse              = "E&xaminar..."
  508.   totals              = "Totales:"
  509.  
  510. [dialog.browse]
  511.   caption = "Seleccionar directorio"
  512.   directories = "&Directorios:"
  513.   drives = "&Unidades:"
  514.  
  515. [dialog.progress]
  516.   text = "Pulse Interrumpir para cancelar la instalaci≤n."
  517.  
  518. [dialog.sysstuff]
  519.   para1 = "El instalador ahora registrarß QuarkXPress con Windows. Parte de este registro incluye la formaci≤n de un grupo QuarkXPress y sus iconos asociados en el Administrador de programas. Si no desea que se cree dicho grupo, quite la marca de la casilla \"Crear grupo\" que aparece abajo."
  520.   makepmgrp = "Crear grupo"
  521.   badbuildfiles = "Se ha producido un error al crearse los ficheros de accesorio."
  522.  
  523. [disks]
  524. ; The [disks] section defines the distribution disks that contain the application 
  525. ; files. Install uses this information to tell the user to insert the correct disk.
  526. ; Elsewhere within this .INF file, the distribution disks are normally referred to
  527. ; by a single-character disk ID. This section defines those disk IDs, and includes 
  528. ; information about the disk to which each disk ID refers.
  529. ;
  530. ; The disk ID '0' is reserved; it represents the system directory.
  531. ;
  532. ; The format of each disk definition is:
  533. ;     n = path, title
  534. ;
  535. ;  where
  536. ;     n       is the disk ID (a single character from 1-9 or A-Z).
  537. ;
  538. ;     path    the path of the source directory from which Install should copy 
  539. ;             the files to the disk. The path can be relative to the
  540. ;             source directory (see examples below).
  541. ;
  542. ;     title   is a descriptive name for the disk. The title should match 
  543. ;             the disk's printed or written label exactly.
  544. ; The following disk-definition statements define two distribution disks.
  545.  
  546.   1 =.,             "QuarkXPress para Windows Disco 1"
  547.   2 =.,             "QuarkXPress para Windows Disco 2"
  548.   3 =.,             "QuarkXPress para Windows Disco 3"
  549.   4 =.,             "QuarkXPress para Windows Disco 4"
  550.   5 =.\tutorial,    "QuarkXPress para Windows Disco 5"
  551.   6 =.\ejemplos,    "QuarkXPress para Windows Disco 5"
  552.   7 =.,             "Disco de la XTensi≤n EfiColor"
  553.   R =.,             "Disco de Registro del Usuario"
  554.   0 =.,             "Directorio de Windows"
  555.   x =c:\,           "Directorio raφz"
  556.   y =.,             "Directorio temporal"
  557.   z =.,             "Directorio de instalaci≤n"
  558.  
  559. ; The first statement tells Install to refer to Disk 1.
  560. ; Because the period (.) denotes the current directory, the files 
  561. ; on that disk will be copied from the root directory of the
  562. ; distribution disk.
  563. ;
  564. ; You can include as many disk-definition statements as necessary. Every 
  565. ; distribution disk should have a corresponding disk-definition statement;
  566. ; otherwise, Install cannot tell the user to insert the appropriate disk.
  567.  
  568. ; The following [app.copy.appstuff] section contains section-definition
  569. ; statements. Each statement defines a section that lists application files
  570. ; to be copied as part of installation. The sections are organized by file 
  571. ; destination; you should define a separate section for each destination 
  572. ; directory.
  573. ;
  574. ; Each section definition has the following form:
  575. ;
  576. ;     [x:]dest_pathname#section_name, section_label, buffer_size, [,flags]
  577. ;       [,bitmap]
  578. ;               -or-
  579. ;     [x:]full_filename, file_title, file_size, [,flags] [,bitmap]
  580. ;
  581. ; where
  582. ;
  583. ;     #section_name     defines the name of the .INF section that lists the
  584. ;                       files to be copied (must start with IDS_GRPPREFIX).
  585. ;
  586. ;     dest_pathname     is the path name of the destination directory, relative
  587. ;                       to the installation directory for file entries and
  588. ;                       explicit target directories if a group is specified.
  589. ;                       (Note: "0:" is a special disk ID that represents the
  590. ;                       WINDOWS system directory (the directory usually labeled
  591. ;                       "\WINDOWS\system"), , and "z:" represents the install
  592. ;                       destination path (eg: "c:\xpress")).
  593. ;
  594. ;     label/title       title displayed in the setup dialog for user's benefit
  595. ;
  596. ;     file_size         file size
  597. ;
  598. ;     buffer_size       additional buffering size (for newly created files and
  599. ;                       such)
  600. ;
  601. ;     flags             Attributes for the file (if the flag is heirarchially
  602. ;                       asserted twice, the state is swapped).
  603. ;                       S=Selected; V=Version checking; D=Display children;
  604. ;                       B=Broken file (to be assembled into one larger file);
  605. ;                       I=The fIle is shared (like many DLLs);C=Compressed
  606. ;                       file; G=Grouped (not seperately selectable);N=install
  607. ;                       only if iNternational;M=give special Message if trying
  608. ;                       to change file path (message.changed);R=install only if
  609. ;                       registration;E=install only if installing to sErver;
  610. ;                       P=delete file if Present;
  611. ;                       x=dummy flag (must have at least one flag per section).
  612. ;
  613. ;                       NOTE: The action of the switches are inherited from
  614. ;                       a file's parents; any switches set on children will
  615. ;                       invert (XOR) the switch setting inherited from the
  616. ;                       item's parents.
  617. ;
  618. ;     bitmap            This optional item is the resource number of a bitmap
  619. ;                       included in the .rc file. This bitmap is displayed
  620. ;                       beside the item when examined by the customize dialog.
  621. [app.copy.appstuff]
  622.   c:\xpress#app.xpress,         "QuarkXPress para Windows",      0,   SD
  623. [demo.app.copy.appstuff]
  624.   c:\xprsdemo#app.demo.xpress,  "Versi≤n de demostraci≤n de QuarkXPress para Windows", 0,   SD
  625.  
  626. [app.xpress]
  627.   .#app.inst,                   "Ficheros de instalaci≤n",              0,   DE
  628.   .#app.appl,                   "Ficheros de aplicaci≤n",            0,   D
  629.   .\tutorial#app.tutorial,      "Ficheros tutoriales",               0,   D
  630.   .\ejemplos#app.samples,       "Ficheros ejemplo",                 0,   D
  631.   .#app.efi,                    "Ficheros de EfiColor XTensi≤n",      0,   D
  632.  
  633. [app.demo.xpress]
  634.   .#app.demo.appl,              "Ficheros de aplicaci≤n",            0,   D
  635.   .\tutorial#app.tutorial,      "Ficheros tutoriales",               0,   D
  636.   .\ejemplos#app.demo.samples,  "Ficheros ejemplo",                 0,   D
  637.   .#app.efi,                    "Ficheros de EfiColor XTensi≤n",      0,   D
  638.  
  639. [app.inst]
  640.   1:hinstall.exe,               "Instalador",               175000,  GC
  641.   1:quark.inf,                  "Fichero Instalador",           40000,  GS
  642.   1:foo2.dat,                   "Fichero de datos de instalaci≤n",        500,  GS
  643.  
  644. [app.appl]
  645.   1:reginfo.dat,        "Registro del usario de Quark",       30000,  GR
  646.   1:xpress.dct,         "Diccionario",                        264000,   C,  dct_ico
  647.   1:xpress.hlp,         "Fichero de ayuda",                     538000, C,  winhelp.exe
  648.   1:formimpr.qxt,        "Formulario de informaci≤n para impresi≤n",            15000,  C
  649.   .\xpress.exe#app.application, "Aplicaci≤n",           0,      BDG
  650.   3:olelib.dll,         "OLE DLL de Quark",                 60000,  CG, packager.exe
  651.   3:quarknet.dll,       "DLL de redes de Quark",             20000,  CG
  652.   .#app.readmes,        "Notas sobre la versi≤n lanzada",                 0,      D
  653.   3:notaefi.wri,        "Notas sobre EfiColor",      13000,   C,  write.exe
  654.   0:#app.dlls,          "Ficheros de la aplicaci≤n",              0,      G
  655.   .\pdf#app.pdf.files,          "Ficheros PDF",                    0,   D
  656.   .#app.filters,        "Filtros de importaci≤n",                0,      D
  657.   .\xtension#app.xtensions,              "XTensiones",                    0,   D
  658.   .#app.delete.xtensions,       "XTensiones antiguas a ser eliminadas",      0,   GP
  659.   
  660. [app.demo.appl]
  661.   1:reginfo.dat,        "Registro del usario de Quark",       30000,  GR
  662.   1:xpress.dct,         "Diccionario",                        264000,   C,  dct_ico
  663.   1:xpress.hlp,         "Fichero de ayuda",                     538000, C,  winhelp.exe
  664.   1:formimpr.qxt,        "Formulario de informaci≤n para impresi≤n",            15000,  C
  665.   .\xpress.exe#app.application, "Aplicaci≤n",           0,      BDG
  666.   3:olelib.dll,         "OLE DLL de Quark",                 60000,  CG, packager.exe
  667.   3:quarknet.dll,       "DLL de redes de Quark",             20000,  CG
  668.   .#app.readmes,        "Notas sobre la versi≤n lanzada",                 0,      D
  669.   3:notaefi.wri,        "Notas sobre EfiColor",      13000,   C,  write.exe
  670.   0:#app.dlls,          "Ficheros de la aplicaci≤n",              0,      G
  671.   .\pdf#app.pdf.files,          "Ficheros PDF",                    0,   D
  672.   .#app.filters,        "Filtros de importaci≤n",                0,      D
  673.   .\xtension#app.xtensions,              "XTensiones",                    0,   D
  674.  
  675. [app.application]
  676.   2:xpress.exe,         "Fichero desprotegido",            3455000, C
  677.  
  678. [app.dlls]
  679.   3:dib.drv,            "Controlador DIB",                    32000,  CV
  680.  
  681. [app.pdf.files]
  682.   3:4CAST.PDF,           "4CAST",                        450,
  683.   3:BUSILASE.PDF,        "Business LaserPrinter",        450,
  684.   3:CG9000PS.PDF,        "CG 9000PS",                    450,
  685.   3:FIERY.PDF,           "Fiery",                        450,
  686.   3:LZR2665.PDF,         "LZR2665",                      450,
  687.   3:G5241OCE.PDF,        "G5241-PS OceColor",            450,
  688.   3:LWRI2F-G.PDF,        "LaserWriter II f-g",           450,
  689.   3:LWRI-6X0.PDF,        "LaserWriter Pro 600 & 630",    450,
  690.   3:LWRITER.PDF,         "LaserWriter",                  450,
  691.   3:LWRITER2.PDF,        "LaserWriter II",               450,
  692.   3:LWPRO810.PDF,        "LaserWriter Pro 810",          450,
  693.   3:LWSEL360.PDF,        "LaserWriter Select 360",       450,
  694.   3:LINOTRON.PDF,        "Linotronic",                   450,
  695.   3:MONOTYPE.PDF,        "Monotype",                     450,
  696.   3:QMSCOL10.PDF,        "QMS ColorScript-10",           450,
  697.   3:TEKPHCQS.PDF,        "Tek Phaser CQS",               450,
  698.   3:TEKPHPX.PDF,         "Tek Phaser PX",                450,
  699.   3:VT600.PDF,           "VT-600",                       450,
  700.   3:VT600W.PDF,          "VT-600W",                      450,
  701.   3:OMNI2115.PDF,        "OmniLaser2115",                450,
  702.   3:QMS2200.PDF,         "QMS-PS 2200",                  450,
  703.   3:P400PS.PDF,          "P400PS",                       450,
  704.   3:SCHL5232.PDF,        "Schlumberger 5232",            450,
  705.   3:QMSCOLOR.PDF,        "QMS ColorScript",              450,
  706.   3:VT4200BP.PDF,        "VT-4200B-P",                   450,
  707.   3:TEKPHCPS.PDF,        "Tek Phaser CPS",               450,
  708.   3:VT4300P.PDF,         "VT-4300P",                     450,
  709.  
  710. [app.filters]
  711.   4:drwfiltr.flt,       "Micrografx Designer 1.0",       62000,  C,  drwflt_ico
  712.   4:hpgl.flt,           "Grßficos HPGL",                 56000,  C,  hpglflt_ico
  713.   4:cgmfiltr.flt,       "Computer Graphics Metafile",    51000,  C,  cgmflt_ico
  714.   4:amiread.dll,                "Ami Pro 2.0",             107000,   C,  xxt_ico
  715.  
  716. [app.xtensions]
  717.   4:spell.xxt,          "Verificaci≤n ortogrßfica de QuarkXPress",     283000,  CN,      xxt_ico
  718.   4:xtags.xxt,          "Marcas de estilo XPress",          53000,  C,  xxt_ico
  719.   4:writext.xxt,        "Word para DOS/Write para Windows", 44000, C,  xxt_ico
  720.   4:word1.xxt,          "Word para Windows 1.x",          44000,  C,  xxt_ico
  721.   4:word2.xxt,          "Word para Windows 2.0",          60000,  C,  xxt_ico
  722.   4:ktedit.xxt,         "Editor de kern/track",           25000,  C,  xxt_ico
  723.   4:wordperf.xxt,       "WordPerfect 5.x",               23000,  C,  xxt_ico
  724.   4:xyfilter.xxt,       "XyWrite III Plus",              38000, C,  xxt_ico
  725.   4:coolblnd.xxt,       "Coolblends",                    341000, C,  xxt_ico
  726.   .#app.xtjpeg,         "Ficheros JPEG",                   0,      
  727.   .#app.xtphotocd,      "Ficheros Photo CD",               0,      
  728.  
  729. [app.delete.xtensions]
  730.   3:spell.xxt,                  "Verificaci≤n ortogrßfica de QuarkXPress",  0,  N,  xxt_ico
  731.   3:xtags.xxt,                  "XPress Tags",                              0,   x,  xxt_ico
  732.   3:writext.xxt,                "Write para Windows",                       0,   x,  xxt_ico
  733.   3:word1.xxt,                  "Word para Windows 1.x",                    0,   x,  xxt_ico
  734.   3:word2.xxt,                  "Word para Windows 2.0",                    0,   x,  xxt_ico
  735.   3:ktedit.xxt,                 "Editor de Kern/Track",                     0,   x,  xxt_ico
  736.   3:wpread.dll,                 "Word Perfect 5.1",                         0,   x,  xxt_ico
  737.   3:xyfilter.xxt,               "XyWrite III Plus",                         0,   x,  xxt_ico
  738.   3:readreg.xxt,                "Registration",                             0,   x,  xxt_ico
  739.   3:dashfram.xxt,               "Dashed Frames",                            0,   x,  xxt_ico
  740.   3:ole.xxt,                    "OLE",                                      0,   x,  xxt_ico
  741.   3:coolblnd.xxt,               "Coolblends",                               0,   x,  xxt_ico
  742.  
  743. [app.xtjpeg]
  744.   4:jpeg.xxt,            "Importaci≤n de ficheros JPEG",             8000,  CG, xxt_ico
  745.   4:jpeglib.dll,         "JPEG DLL",                     223000, CG, xxt_ico
  746.  
  747. [app.xtphotocd]
  748.   4:photocd.xxt,         "Importaci≤n de ficheros Photo CD",                     8000,   CG, xxt_ico
  749.   4:pcdlib.dll,          "Photo CD DLL",                 83000,  CG, xxt_ico
  750.  
  751. [app.efi]
  752.   .\eficolor#app.efi.profiles, "Perfiles EFI",           0,      G
  753.   .\xtension#app.efi.xtension, "Ficheros EFI XTensi≤n",    0,      G
  754.  
  755. [app.efi.profiles]
  756.   7:3mswopc.,            "SwopCoated",                  184000, C
  757.   7:apmon13.,            "Apple 13\" Monitor",             200, C
  758.   7:EFIRGB.,             "Efi Calibrated RGB",             200, C
  759.   7:HPSCNJ2C.,           "HP ScanJet IIc",                3200, C
  760.   7:MKSCNMK2.,           "Microtek Scanmaker II",         3295, C
  761.   7:QMCS100.,            "QMS ColorScript 100",         100000, C
  762.   7:CNF500C.,            "Fiery/Canon CLC500 (CT)",     106000, C
  763.   7:XEF5775C.,           "Fiery/Xerox 5775",            150000, C
  764.   7:EUROSCLE.,           "Euroscale",                   185000, C
  765.   7:VERSION.,            "Informaci≤n sobre de la versi≤n",                     6, C
  766.   7:LAB.,                "Valores de color LAB",              1000, C
  767.   7:smmon21.,            "SuperMatch 21\" Monitor",        200, C 
  768.  
  769. [app.efi.xtension]
  770.   7:efixt.hlp,           "Ayuda de EfiColor",                52000,  CG
  771.   7:efi.xxt,             "XTensi≤n EfiColor",            210000, C
  772.   7:eficolor.dll,              "EfiColor DLL",                 120000, C
  773.  
  774. [app.readmes]
  775.   3:leame.wri,          "Notas sobre la versi≤n lanzada",                15000, C,   write.exe
  776.   3:impresor.wri,       "Notas sobre la impresi≤n",               60000, C,   write.exe
  777.   3:ole.wri,            "Notas sobre OLE",                    25000, C,   write.exe
  778.  
  779. [app.samples]
  780.   .\document#app.samdocs,       "Documentos",           0,      G
  781.   .\bibliot#app.samlibs,        "Bibliotecas",          0,      G
  782.   .\imagenes#app.sampics,       "Imßgenes",             0,      G
  783.   .\texto#app.samtxts,          "Ficheros de texto",            0,      G
  784.  
  785. [app.demo.samples]
  786.   .#app.demo.samdocs,   "Documentos",           0,      G
  787.  
  788. [app.demo.samdocs]
  789.   6:biciplay.qxd,       "Documentos ejemplo",           60000,  C,      doc_ico
  790.   6:biciplay.eps,       "Fichero EPS ejemplo",          30000,  C,      eps_ico
  791.   6:biciviej.eps,       "Fichero EPS ejemplo",         260000,  C,      doc_ico
  792.   6:ola.pcx,            "Fichero PCX ejemplo",           3000,  C,      pcx_ico
  793.   6:mundial.qxd,        "Documentos ejemplo",          290000,  C,      doc_ico
  794.  
  795. [app.samdocs]
  796.   6:biciplay.qxd,       "Documentos ejemplo",           60000,  C,      doc_ico
  797.   6:biciplay.eps,       "Fichero EPS ejemplo",          30000,  C,      eps_ico
  798.   6:biciviej.eps,       "Fichero EPS ejemplo",         260000,  C,      doc_ico
  799.   6:ola .pcx,            "Fichero PCX ejemplo",           3000,  C,      pcx_ico
  800.   6:mundial.qxd,        "Documentos ejemplo",          290000,  C,      doc_ico
  801.  
  802. [app.samlibs]
  803.   6:ciclismo.eps,       "Fichero EPS ejemplo",          20000,  C,      eps_ico
  804.   6:bicilet.wmf,        "Fichero Windows Metafile ejemplo",     20000,  C,      eps_ico
  805.   6:qcapdec.eps,        "Fichero EPS ejemplo",          45000,  C,      eps_ico
  806.   6:ejemplo.qxl,                "Biblioteca ejemplo",           75000,  C,      qxl_ico
  807.   6:xcapdec.eps,        "Fichero EPS ejemplo",          35000,  C,      eps_ico
  808.  
  809. [app.sampics]
  810.   6:ciclmtia.tif,       "Fichero TIFF ejemplo",         70000,  C,      tiff_ico
  811.   6:ciclista.pcx,       "Fichero PCX ejemplo",          15000,  C,      pcx_ico
  812.   6:ciclista.eps,       "Fichero EPS ejemplo",          25000,  C,      eps_ico
  813.   6:dbjrueda.eps,       "Fichero EPS ejemplo",          25000,  C,      eps_ico
  814.  
  815. [app.samtxts]
  816.   6:marcxprs.xtg,       "Fichero Marcas XPress ejemplo",         5000,  C,      xtag_ico
  817.   6:richtext.rtf,       "Fichero RTF ejemplo",           5000,  C,      rtf_ico
  818.   6:ascii.txt,          "Fichero de texto ejemplo",              5000,  C,      notepad.exe
  819.   6:word40.doc,         "Fichero MS-Word 4.0 ejemplo",   5000,  C,      winword.exe
  820.   6:mswrite.wri,        "Fichero MS-Write ejemplo",              5000,  C,      write.exe
  821.  
  822. [app.tutorial]
  823.   .\color#app.tutclr,           "Documentos",           0,      G
  824.   .\completo#app.tutfin,        "Bibliotecas",          0,      G
  825.   .\diseno#app.tutlay,          "Ficheros de maquetaciones",            0,      G
  826.   .\imagenes#app.tutpics,       "Imßgenes",             0,      G
  827.   .\tipo#app.tuttype,           "Ficheros de fuentes",          0,      G
  828.   .\trattxto#app.tutwp,         "Ficheros de tratamiento de texto",     0,      G
  829.  
  830. [app.tutclr]
  831.   5:ciclista.pcx,               "Fichero PCX tutorial",         15000,  C,      pcx_ico
  832.   5:tourcicl.qxt,               "Plantilla QuarkXPress tutorial",       65000,  C,      doc_ico
  833.  
  834. [app.tutfin]
  835.   5:tipocomp.qxd,               "Documento tutorial",    15000, C,      doc_ico
  836.   5:imagcomp.qxd,               "Documento tutorial",    25000, C,      doc_ico
  837.   5:txtcomp.qxd,                "Documento tutorial",    20000, C,      doc_ico
  838.   5:colcomp.qxd,                "Documento tutorial",    65000, C,      doc_ico
  839.   5:maqcomp.qxd,                "Documento tutorial",   105000, C,      doc_ico
  840.  
  841. [app.tutlay]
  842.   5:pltnotic.qxt,               "Documento tutorial",    90000, C,      doc_ico
  843.   5:marchas.eps,                        "Fichero EPS tutorial",  95000, C,      eps_ico
  844.   5:manillar.eps,                       "Fichero EPS tutorial",          30000, C,      eps_ico
  845.   5:pedal.eps,                  "Fichero EPS tutorial",          25000, C,      eps_ico
  846.   5:texto1.txt,                 "Fichero de texto tutorial",      1000, C,      notepad.exe
  847.   5:texto2.txt,                 "Fichero de texto tutorial",      1000, C,      notepad.exe
  848.   5:texto3.txt,                 "Fichero de texto tutorial",      1000, C,      notepad.exe
  849.  
  850. [app.tutpics]
  851.   5:pltrueda.qxt,               "Plantilla QuarkXPress tutorial",        10000, C,      doc_ico
  852.   5:txtimag.txt,                "Fichero de texto tutorial",      5000, C,      notepad.exe
  853.   5:dbjrueda.eps,               "Fichero EPS tutorial",          25000, C,      eps_ico
  854.  
  855. [app.tuttype]
  856.   5:pinon.qxt,                  "Plantilla QuarkXPress tutorial",        15000, C,      doc_ico
  857.  
  858. [app.tutwp]
  859.   5:txtcarta.txt,               "Fichero de texto tutorial",      1000, C,      notepad.exe
  860.   5:dbjradio.eps,               "Fichero EPS tutorial",          50000, C,      eps_ico
  861.   5:ejecarta.qxt,               "Plantilla QuarkXPress tutorial",        15000, C,      doc_ico
  862.  
  863. ; The [progman.groups] section (optional) tells Install to create Program 
  864. ; Manager groups for your application. (Install then uses DDE to communicate 
  865. ; with Program Manager.)
  866. ;
  867. ; The section lists the names of the groups you want to create. You then 
  868. ; define additional sections in this file; those sections list the program 
  869. ; items you want in each group.
  870. ;
  871. ; The syntax for each group name is:
  872. ;
  873. ;     groupname, [groupfile.grp]
  874. ;
  875. ; where
  876. ;
  877. ;     groupname      is the title you want Program Manager to display
  878. ;                    under the icon that represents the group. (The 
  879. ;                    groupname will also be the name of the section
  880. ;                    that defines the contents of the group.)
  881. ;
  882. ;     groupfile.grp  is the filename of the file in which Program Manager
  883. ;                    will save information about the group. (You must include
  884. ;                    the .GRP filename extension.) This parameter is optional;
  885. ;                    if you omit it, Install uses a default name for the 
  886. ;                    group file.
  887. ;
  888. [progman.groups]
  889.   QuarkXPress, XPress.grp
  890.  
  891. [demo.progman.groups]
  892.   "Demo QuarkXPress", XPrsdemo.grp
  893.  
  894.  
  895. ; This section is a user-defined section that define the contents of a
  896. ; Program Manager group file. The [progman.groups] section defines
  897. ; the name of this section and the group, and the name of the file in which
  898. ; to store information about the group.
  899. ;
  900. ; In each section like this one, you should list all items that you want Install
  901. ; to add to the group.
  902. ;
  903. ; The syntax for item-definition statements is: 
  904. ;
  905. ;     "Descripci≤n",    APPFILE.EXE, [ICONFILE.EXE[, N]]
  906. ;
  907. ;where
  908. ;
  909. ;     Description   is the text that will appear below the program icon 
  910. ;                   when displayed in the Program Manager group.
  911. ;
  912. ;     ICONFILE.EXE  is the application file that contains the icon you
  913. ;                   want to represent the application. Typically, this is 
  914. ;                   the executable application file, but it could be a 
  915. ;                   different file. (You can also specify a _ico file,
  916. ;                   created using the SDKPaint tool.) This parameter is
  917. ;                   optional; if you omit it, Install will use the first
  918. ;                   icon it finds in APPFILE.EXE.
  919. ;
  920. ;     N             is the offset of the icon you want to use within the file
  921. ;                   ICONFILE.EXE. This parameter is optional; if you omit it, 
  922. ;                   Install uses the first icon it finds in ICONFILE.EXE.
  923. ;                   You must include this parameter if the file you specify
  924. ;                   contains more than one icon, and you want to use an icon
  925. ;                   other than the first icon.
  926. ;
  927. ;                   To use the Nth icon, specify the number N-1. For example,
  928. ;                   to use the third icon, specify 2.
  929. ;
  930. ; For example, the following item-definition statement tells Install to add an item
  931. ; titled "Demo Application" to Program Manager. The application command line
  932. ; is FILE1.FOO; the file that contains the application icon is DEMO.ICO
  933. [QuarkXPress]
  934.   "QuarkXPress para Windows", XPress.exe,
  935.   "Notas sobre la nueva versi≤n", leame.wri,
  936.   "Notas sobre EfiColor", notaefi.wri,
  937.   "Notas sobre la impresi≤n", impresor.wri,
  938.   "Notas sobre OLE", OLE.wri,
  939.   "Instalador de Quark", hinstall.exe,
  940.  
  941. ["Demo QuarkXPress"]
  942.   "Versi≤n de demostraci≤n de QuarkXPress para Windows", XPress.exe
  943.   "Notas sobre la versi≤n lanzada", leame.wri,
  944.   "Notas sobre EfiColor", notaefi.wri,
  945.   "Notas sobre la impresi≤n", impresor.wri,
  946.   "Notas sobre OLE", OLE.wri,
  947.  
  948. ; This section defines any number of application-specific preferences files
  949. ; to be built or added to, if preexisting. The function and form of the
  950. ; arguments parallel the WritePrivateProfileString(...) call. If the
  951. ; lpFileName is NULL, WIN.INI (using WriteProfileString(...)) is used as the
  952. ; filename. WIN.INI should not explicitly be used since the file is opened
  953. ; while Windows in running and must be accessed by WriteProfileString(...).
  954. ; The arguments can use logical file names (like "0:" for the install
  955. ; directory, or "z:" the destination directory).
  956. [setup.prefsfiles]
  957.   "Extensions", "qxd", "z:XPress.exe ^.qxd"
  958.   "Extensions", "qxt", "z:XPress.exe ^.qxt"
  959.   "QuarkXPress", "PDFSearchPath", "PDF", quark.ini
  960.   "QuarkXPress", "XTSearchPath", "XTENSION", quark.ini
  961.   "QuarkXPress", "PPDSearchPath", "0:;PPD", quark.ini
  962.   "Processor", "DLLPATH", "", eficolor.ini
  963.   "Processor", "INSTALL_EPORTDB", "", eficolor.ini
  964.   "Processor", "CURRENT_EPORTDB", "", eficolor.ini
  965.  
  966. ; This section defines any number of application-specific readme files
  967. ; executable,readme file,description,[icon_name]
  968. ; show state (flag value for SW_ flags)
  969. ;
  970. [setup.execfiles]
  971.   "regedit.exe /s","z:xpress.reg","Registrando XPRESS.EXE con Windows",5
  972.   "write.exe","z:leame.wri","Notas sobre MS-Write",5
  973.  
  974. [setup.buildfiles]
  975.   z:xpress.reg
  976.  
  977. [xpress.reg]
  978.   "REGEDIT"
  979.   "ENTRADAS PARA QuarkXPress"
  980.   "HKEY_CLASSES_ROOT\.qxd = xprsfile"
  981.   "HKEY_CLASSES_ROOT\.qxt = xprsfile"
  982.   "HKEY_CLASSES_ROOT\xprsfile = QuarkXPress"
  983.   "HKEY_CLASSES_ROOT\\xprsfile\\shell\\open\\command = ","z:xpress.exe"," %1"
  984.   "HKEY_CLASSES_ROOT\\xprsfile\\shell\\print\\command = ","z:xpress.exe"," /p %1"
  985.